You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > MtxIntDiff Class > MtxIntDiff Methods > MtxIntDiff.WeightsChebyshevGauss Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MtxIntDiff.WeightsChebyshevGauss Method

Chebyshev-Gauss base points and weights.

Syntax
C#
Visual Basic
public static void WeightsChebyshevGauss(int NumPoints, [In] TVec Points, [In] TVec Weights, [In] TMtxFloatPrecision FloatPrecision);

Calculates base points and weights for numerical integration by using the Chebyshev-Gauss scheme. Check the following link to learn more about this algorithm

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!